- __android_log_assert
void __android_log_assert(const(char)* cond, const(char)* tag, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __android_log_print
int __android_log_print(int prio, const(char)* tag, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __android_log_vprint
int __android_log_vprint(int prio, const(char)* tag, const(char)* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __android_log_write
int __android_log_write(int prio, const(char)* tag, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.